home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 November / cd joystick no109 novembre 1999.iso / Data / sharewares / utilitaires / WC32V401.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TONEBUTTONCHANGEDLG / TONEBUTTONCHANGEDLG.txt
Text File  |  1999-07-27  |  5KB  |  265 lines

  1. object ONEBUTTONCHANGEDLG: TONEBUTTONCHANGEDLG
  2.   Tag = 1
  3.   Left = 188
  4.   Top = 141
  5.   HelpContext = 270
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Change single button'
  9.   ClientHeight = 187
  10.   ClientWidth = 524
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Command: TLabel
  20.     Tag = 9
  21.     Left = 4
  22.     Top = 7
  23.     Width = 80
  24.     Height = 14
  25.     AutoSize = False
  26.     Caption = '&Command:'
  27.     FocusControl = id_btn_command
  28.   end
  29.   object Parameters: TLabel
  30.     Tag = 10
  31.     Left = 4
  32.     Top = 35
  33.     Width = 80
  34.     Height = 14
  35.     AutoSize = False
  36.     Caption = '&Parameters:'
  37.     FocusControl = id_btn_param
  38.   end
  39.   object Startpath: TLabel
  40.     Tag = 11
  41.     Left = 4
  42.     Top = 60
  43.     Width = 80
  44.     Height = 14
  45.     AutoSize = False
  46.     Caption = '&Start path:'
  47.     FocusControl = id_btn_startpath
  48.   end
  49.   object Iconfile: TLabel
  50.     Tag = 12
  51.     Left = 4
  52.     Top = 85
  53.     Width = 80
  54.     Height = 13
  55.     AutoSize = False
  56.     Caption = 'Icon &file:'
  57.     FocusControl = id_btn_iconfilename
  58.   end
  59.   object Icon: TLabel
  60.     Tag = 13
  61.     Left = 4
  62.     Top = 110
  63.     Width = 45
  64.     Height = 14
  65.     AutoSize = False
  66.     Caption = '&Icon:'
  67.     FocusControl = id_btn_icon
  68.     WordWrap = True
  69.   end
  70.   object id_btn_iconindex: TLabel
  71.     Left = 54
  72.     Top = 110
  73.     Width = 25
  74.     Height = 14
  75.     AutoSize = False
  76.     Caption = '0'
  77.     WordWrap = True
  78.   end
  79.   object Tooltip: TLabel
  80.     Tag = 14
  81.     Left = 4
  82.     Top = 167
  83.     Width = 80
  84.     Height = 14
  85.     AutoSize = False
  86.     Caption = '&Tooltip:'
  87.     FocusControl = id_btn_ToolTip
  88.   end
  89.   object id_btn_command: TComboBox
  90.     Left = 85
  91.     Top = 6
  92.     Width = 298
  93.     Height = 21
  94.     DropDownCount = 20
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ItemHeight = 13
  100.     MaxLength = 259
  101.     ParentFont = False
  102.     TabOrder = 0
  103.     OnChange = id_btn_commandChange
  104.   end
  105.   object id_btn_find1: TButton
  106.     Left = 384
  107.     Top = 5
  108.     Width = 25
  109.     Height = 22
  110.     Caption = '>>'
  111.     TabOrder = 1
  112.     OnClick = id_btn_find1Click
  113.   end
  114.   object id_btn_findbar: TButton
  115.     Tag = 15
  116.     Left = 412
  117.     Top = 4
  118.     Width = 110
  119.     Height = 23
  120.     Caption = 'Add Subbar >>'
  121.     TabOrder = 2
  122.     OnClick = id_btn_findbarClick
  123.   end
  124.   object id_btn_param: TEdit
  125.     Left = 85
  126.     Top = 31
  127.     Width = 298
  128.     Height = 21
  129.     Font.Color = clWindowText
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     MaxLength = 259
  134.     ParentFont = False
  135.     TabOrder = 3
  136.   end
  137.   object id_btn_assymbol: TCheckBox
  138.     Tag = 16
  139.     Left = 387
  140.     Top = 34
  141.     Width = 134
  142.     Height = 14
  143.     Caption = 'Run mi&nimized'
  144.     TabOrder = 4
  145.     OnClick = id_btn_assymbolClick
  146.   end
  147.   object id_btn_startpath: TEdit
  148.     Left = 85
  149.     Top = 56
  150.     Width = 298
  151.     Height = 21
  152.     Font.Color = clWindowText
  153.     Font.Height = -11
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     MaxLength = 259
  157.     ParentFont = False
  158.     TabOrder = 6
  159.   end
  160.   object id_btn_iconfilename: TEdit
  161.     Left = 85
  162.     Top = 81
  163.     Width = 298
  164.     Height = 21
  165.     Font.Color = clWindowText
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     MaxLength = 259
  170.     ParentFont = False
  171.     TabOrder = 7
  172.     OnExit = id_btn_iconfilenameExit
  173.   end
  174.   object id_btn_iconfile: TButton
  175.     Left = 384
  176.     Top = 81
  177.     Width = 25
  178.     Height = 21
  179.     Caption = '>>'
  180.     TabOrder = 8
  181.     OnClick = id_btn_iconfileClick
  182.   end
  183.   object id_btn_icon: TListBox
  184.     Left = 85
  185.     Top = 106
  186.     Width = 298
  187.     Height = 54
  188.     Columns = 8
  189.     Font.Color = clWindowText
  190.     Font.Height = -11
  191.     Font.Name = 'MS Sans Serif'
  192.     Font.Style = []
  193.     ItemHeight = 36
  194.     ParentFont = False
  195.     Style = lbOwnerDrawFixed
  196.     TabOrder = 9
  197.     OnClick = id_btn_iconClick
  198.     OnDrawItem = id_btn_iconDrawItem
  199.   end
  200.   object id_btn_ToolTip: TEdit
  201.     Left = 85
  202.     Top = 164
  203.     Width = 298
  204.     Height = 21
  205.     Font.Color = clWindowText
  206.     Font.Height = -11
  207.     Font.Name = 'MS Sans Serif'
  208.     Font.Style = []
  209.     MaxLength = 259
  210.     ParentFont = False
  211.     TabOrder = 10
  212.   end
  213.   object Ok: TButton
  214.     Tag = 4001
  215.     Left = 420
  216.     Top = 110
  217.     Width = 100
  218.     Height = 23
  219.     Caption = 'Ok'
  220.     Default = True
  221.     TabOrder = 11
  222.     OnClick = OkClick
  223.   end
  224.   object Cancel: TButton
  225.     Tag = 4002
  226.     Left = 420
  227.     Top = 136
  228.     Width = 100
  229.     Height = 23
  230.     Cancel = True
  231.     Caption = 'Cancel'
  232.     ModalResult = 2
  233.     TabOrder = 12
  234.   end
  235.   object id_Globalhelp: TButton
  236.     Tag = 4003
  237.     Left = 420
  238.     Top = 162
  239.     Width = 100
  240.     Height = 23
  241.     Caption = '&Help'
  242.     TabOrder = 13
  243.     OnClick = id_GlobalhelpClick
  244.   end
  245.   object id_btn_maximized: TCheckBox
  246.     Tag = 17
  247.     Left = 387
  248.     Top = 50
  249.     Width = 134
  250.     Height = 14
  251.     Caption = 'Run ma&ximized'
  252.     TabOrder = 5
  253.     OnClick = id_btn_maximizedClick
  254.   end
  255.   object ResolutionFix1: TResolutionFix
  256.     Left = 4
  257.     Top = 132
  258.   end
  259.   object Translate1: TTranslate
  260.     Tag = 5060
  261.     Left = 40
  262.     Top = 136
  263.   end
  264. end
  265.